home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / database / realty1.arj / INSTALL.OVL < prev    next >
Text File  |  1993-01-03  |  1KB  |  36 lines

  1. echo off
  2. cls
  3. echo Beginning installation. Please wait . . .
  4. :disk1
  5. echo Make certain disk containing REALVIEW.001 and VENDOR.DOC is in Drive A.
  6. pause
  7. if not exist a:realview.001 goto disk1
  8. if not exist a:vendor.doc goto disk1
  9. echo Copying DISK1 to default drive . . .
  10. copy a:realview.001
  11. copy a:vendor.doc
  12. :disk2
  13. echo Please insert disk containing REALVIEW.002 in Drive A.
  14. pause
  15. if not exist a:realview.002 goto disk2
  16. echo Copying DISK2 to default drive . . .
  17. copy a:realview.002
  18. :disk3
  19. echo Please insert disk containing REALVIEW.003 in Drive A.
  20. pause
  21. if not exist a:realview.003 goto disk3
  22. cls
  23. echo Do NOT remove the diskette from Drive A yet!
  24. echo Reconstructing RealView archive for installation . . .
  25. copy /b realview.001 + realview.002 + a:realview.003 realview.exe
  26. del realview.0*
  27. realview
  28. del realview.exe
  29. echo Installation completed.
  30. echo You may remove the disk from Drive A at this time.
  31. echo To print complete documentation: COPY *.DOC PRN and press ENTER key.
  32. echo To display documentation, type README and press the ENTER key.
  33. echo To load RealView software, type REALTY and press the ENTER key.
  34. echo You may ignore the error message, if any, appearing on the next line.
  35. del install2.bat > nul
  36.